HTML Programming For Beginners: Answers all your Questions Step-by-Step by Ryshith Doyle

HTML Programming For Beginners: Answers all your Questions Step-by-Step by Ryshith Doyle

Author:Ryshith Doyle [Doyle, Ryshith]
Language: eng
Format: azw3
Published: 2018-12-30T16:00:00+00:00


30. Explain Hyperlink to another document.

Ans: Hyperlink to another document can be done using the <A> and giving the URL of the destination document in the HREF attribute:

Example: <A HREF=”www.yahoo.com”> Go to Yahoo</A>

31. Explain Hyperlink Intra-document or within another section of a document.

Ans:To create an Intra-document hyperlink there are 2 steps :

1)Name a particular section of the document using the NAME attribute of <A>:

<A NAME=”TOP”>History of ABC<A>

2)Create a Hyperlink to the named section using HREF Attribute:

<A HREF=”#TOP”>Goto History</A>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.